home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / shprst.arc / SHPRSET.DOC < prev   
Text File  |  1989-05-04  |  4KB  |  87 lines

  1. ------------------------------------------------------------------------
  2. SHPRSET.COM -- (c) Copyright 1989, LAN Sharks, P.O. Box 825
  3.                                    Reisterstown, MD 21136
  4. ------------------------------------------------------------------------
  5.  
  6. SHPRSET is a "quick and dirty" utility to specify a printer setup
  7. string for subsequent print jobs (re-executing CAPTURE will wipe out
  8. the setup string).
  9.  
  10. NetWare will automatically send the setup string to the printer
  11. before each print job (but after the banner page).
  12.  
  13. How to use SHPRSET --
  14.  
  15. SHPRSET defaults to setting up Printer 1...specify /2 or /3 on the
  16. command line to use a different printer.
  17.  
  18. Next, specify a file on the command line that contains the text to
  19. be used as the setup string.  This file should contain straight hex
  20. codes for any special escape characters, SHPRSET does not bother to
  21. due any fancy conversion for strings like \027 or anything like that.
  22.  
  23. ------------------------------------------------------------------------
  24.  
  25. FOR USERS --
  26.  
  27. You are granted permission to freely use and distribute these
  28. utilities, as long as the copyright notice is retained.
  29.  
  30.  
  31. FOR PROGRAMMERS (and aspiring programmer-types) --
  32.  
  33. We've also included the source module for SHPRSET, so that other
  34. programmers can see how easy it is to set a setup string under Novell.
  35.  
  36. The code is far from spectacular, but feel free to incorporate any
  37. part of it into your application.  In other words, you're free to use
  38. and expand upon the code without any obligation to LAN Sharks.
  39. However, if you're distributing the code without any significant
  40. value-added enhancements, you must retain the LAN Sharks copyright notice.
  41.  
  42. ------------------------------------------------------------------------
  43.  
  44. LAN Sharks is a network systems integrator and software developer
  45. located in the Baltimore-Washington area, specializing in Novell
  46. NetWare based networks.  For information about LAN Sharks services
  47. and/or software products, write LAN Sharks at:
  48.  
  49.               LAN Sharks
  50.               P.O. Box 825
  51.               Reisterstown, MD 21136
  52.  
  53. Other products available include:
  54.  
  55.   SharkMAIL for DOS - An easy to use/easy to administer electronic
  56.   mail package for Novell NetWare versions 2.0a and above.
  57.   Featuring built-in internetwork support and advanced memory
  58.   management techniques that allow SharkMAIL to run in under 1KB
  59.   (not a typo) on most PCs.
  60.   Available for $250 per file server ($200 until 8/1/89).
  61.   Demo versions can be found in the NOVUSER and IBMCOM forums on
  62.   CompuServe under the name SHMAIL.ARC.
  63.  
  64.   SharkMAIL for OS/2 - (Available 6/1/89) - An OS/2 Presentation
  65.   Manager version of SharkMAIL that runs on top of the Novell NetWare
  66.   OS/2 Requestor.
  67.   Available for $200 per file server (or $350 for both DOS and OS/2
  68.   versions of SharkMAIL).
  69.  
  70.   SharkWARE Utilities - (Available 6/15/89) - Utilities for Novell
  71.   NetWare networks including --
  72.  
  73.     SECURE - A reporting utility that lists network groups, their
  74.     members and trustee assignments, as well as each network user,
  75.     their group memberships and security equivalences, and all
  76.     trustee rights (including those by group affiliation or security
  77.     equivalence).
  78.  
  79.     SHATTACH - Tired of having workstations default to whichever NetWare
  80.     server answers IPX/NET3 first?  When SHATTACH is executed after
  81.     IPX/NET3, it will wait for the server specified on the command line
  82.     to become available.
  83.  
  84. WRITE FOR MORE INFO...LET US KNOW WHAT TYPES OF PRODUCTS AND/OR
  85. UTILITIES YOU NEED!
  86.  
  87.